@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900|Bebas Neue:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
html,
body {
	/* height: 100%; */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	
	/* font-family: "Microsoft YaHei","STXihei",serif;; */
	/* font-family: 'Bebas Neue'; */
	/* font-family: 'Noto Sans SC', sans-serif; */
	font-size: 16px;
	color: #000;
	line-height: 20px;
	/* font-weight: 300; */
	position: relative;
	z-index: 1;
	background: #fff;
	
}
p, a, h1, h2, h3, h4, h5, h6, li, label, span, i, b, div, ol, figure {
    margin: 0;
    padding: 0;
   /* font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; */
   /* font-family: 'Barlow', sans-serif; */
   /* font-family: 'Poppins', sans-serif; */
}

.font1{font-family: 'Bebas Neue';}
a {
	text-decoration: none;
	/* font-family: 'Poppins', sans-serif; */
	color: #000;
	font-size: 16px;
	transition-duration: .3s;
}

a:hover,a:focus,a:visited {	
	text-decoration: none;
	outline: none;
	color: #000;

}
p{padding: 0;margin: 0;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input{
   border: 0px;
   background-color: none;
   outline: none;
}
input:focus{
   outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: 0;
}
button,
select { /* 1 */
  text-transform: none;
  border: 0;
}
input,select{
  outline: none

}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}
.clear{clear: both;width: 100%;}
.container{min-width: 1300px;padding: 0;}
.pd10 {padding:0 5%;}
/* .swiper-container{min-width: 1300px;} */

.topbox{height: 85px;line-height: 45px;position: sticky;z-index: 105;border-bottom: 1px #dddddd solid;padding: 20px 0;font-size: 18px;top: 0;left: 0;background:rgba(255,255,255,1);}
.topbox img{margin-right:10px;}
.topleft{float: left;font-weight: 400;}
.topright{float: right;}
.topright .tcan{background: #008ed6;width: 156px;height:40px;line-height: 40px;text-align: center;color: #fff;border-radius: 2px;}




 /* 首页导航 */
 .inlogo{position: absolute;top:7%;left: 7%;}
 .intitle{position: absolute;top:30%;text-align: center;left: 0;width: 100%;font-size:  65px;color: #fff;}
 .incont{position: absolute;top:37%;text-align: center;left: 0;width: 100%;font-size: 30px;color: #fff;}
 .contflbox{position: absolute;top:50%;text-align: center;left:50%;margin-left: -348px;width:696px;height: 100px;color: #fff;}
 .contflbox a{width: 50%;float:left;font-size: 28px;color: #fff;height:54px;line-height: 54px;}
 .contflbox a .leftanbox{width: 300px;display: block;float: left;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .contflbox a .rightanbox{width: 300px;display: block;float: right;height: 54px;text-align: center;line-height: 54px;position: relative;}
 .weizhi{overflow: hidden;height: 50px;line-height: 50px;position: relative;}
 .weizhi .tzzwz{position: absolute;top:0;left: 0;width: 100%;text-align: center;line-height: 50px;transition-duration: .3s;}
  .contflbox a:hover .weizhi .tzzwz{top: -50px;}
 .contflbox a .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #008ed6;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .leftanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #008ed6 solid;
	border-bottom: 3px #008ed6 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}
.contflbox a .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 0;
    background-color: #008ed6;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	border-radius: 5px;
	transition-duration: .3s;
}
.contflbox a .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: -15px;
    top: 10px;
    /* background-color: #fff; */
	border-left: 3px #fff solid;
	border-bottom: 3px #fff solid;
    z-index: -1;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
	opacity: .3;
	transition-duration: .3s;
}
.contflbox a:hover .rightanbox::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 51px;
    left: 0;
    top: 10px;
    /* background-color: #fff; */
	border-left: 0 #008ed6 solid;
	border-bottom: 3px #008ed6 solid;
    z-index: -1;
    -webkit-transform: skewX(0);
    transform: skewX(0);
	opacity: 1;
	transition-duration: .3s;
}

 .anbox{position: absolute;top:70%;text-align: center;left:50%;margin-left: -140px;width:280px;height: 30px;}
 .anbox>.enbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #000000;color: #fff;border-radius: 50px;display: block;font-size: 16px;z-index: 10;float: left;position: relative;left: 10px;transition-duration: .3s;}
  .anbox>.enbox a:hover{background: #008ed6;}
  .anbox>.cnbox a{width: 140px;height: 30px;line-height: 32px;text-align: center;background: #fff;color: #000;border-radius: 50px;display: block;font-size: 16px;z-index: 8;left: -10px;float: left;position: relative;transition-duration: .3s;}
  .anbox>.cnbox a:hover{background: #008ed6;z-index: 11; color: #fff;}

/* 导航 */
.navdbox{height:95px;position: relative;z-index: 100;}
.navbox .logo{float: left;width:200px;line-height: 95px;}

.navboxdh{float: left;}
.navboxdh>ul>li{position: relative;padding: 0 18px;}
.navboxdh>ul>li>a{font-size: 16px;}
.navboxdh>ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 2px;
	width: 0%;
	background: #008ed6;
	z-index: 10;
	transition-duration: .6s;
}
.navboxdh>ul>li:hover>a::after{
	width: 100%;
}
.navboxdh>ul>li>a.hctive::after{
	width: 100%;
}




.navboxdh>ul>li>a{color: #666;height: 95px;text-align: center;line-height: 95px;position: relative;}

.navboxdh>ul>li>a.hctive{color: #666;}
.navboxdh>ul>li>a:hover{color: #666;}
.navboxdh>ul>li>ul{width: 100%;}
.navboxdh>ul>li>ul>li{height:40px;line-height:40px;background: #008ed6;text-align: center;padding: 0;margin: 0;position: relative;}
.navboxdh>ul>li>ul>li a{color: #fff; padding: 0 4px;text-transform:none ;}
.navboxdh>ul>li>ul>li:hover a{background-color: #ea5614;color: #fff;}


.insearch{float: right;line-height:95px;height: 95px;text-align: center;position: relative;z-index: 300;color: #898989;cursor: pointer;font-size: 18px;margin: 0 6px;}

.ininput{width: 244px;height: 38px;line-height: 38px; background: #fff;position: absolute;bottom: -50px;left: 0;z-index: 1000;  padding: 8px 6px;}
.ininput i{display: block;float: left;color: #000; margin-top: 2px;margin-right: 6px}
.ininput input{border-radius:2px;border: 1px #eee solid;box-sizing: border-box;display: block;float: left;margin-bottom: 4px;font-size: 14px;width: 180px;
    height: 22px;}
.ininput img{display: block;float: right;width:30px;position: relative;    top: -3px;}




.contboxtt{padding-left:15%;float: left; width:34%;overflow: hidden;}
.contright{float: right;width:66% ;}
.moregdd{width: 460px;height: 60px;border: 1px #fff solid;border-radius: 50px;float: right;color: #fff;margin-right: 24%;}

@media screen and (min-width: 1366px) {
	.contboxtt{padding-left:2%;float: left; width:21%;overflow: hidden;}
	.contright{float: right;width:79% ;}
	.moregdd{width: 460px;height: 60px;border: 1px #fff solid;border-radius: 50px;float: right;color: #fff;margin-right: 4%;}
}
@media screen and (min-width: 1440px) {
	.contboxtt{padding-left:5%;float: left; width:24%;overflow: hidden;}
	.contright{float: right;width:76% ;}
	.moregdd{width: 460px;height: 60px;border: 1px #fff solid;border-radius: 50px;float: right;color: #fff;margin-right: 7%;}
}
@media screen and (min-width: 1600px) {
	.contboxtt{padding-left:9%;float: left; width:28%;overflow: hidden;}
	.contright{float: right;width:72% ;}
	.moregdd{width: 460px;height: 60px;border: 1px #fff solid;border-radius: 50px;float: right;color: #fff;margin-right: 14%;}
}
@media screen and (min-width: 1680px) {
	
}
@media screen and (min-width: 1920px) {
	.contboxtt{padding-left:15%;float: left; width:34%;overflow: hidden;}
	.contright{float: right;width:66% ;}
	.moregdd{width: 460px;height: 60px;border: 1px #fff solid;border-radius: 50px;float: right;color: #fff;margin-right: 24%;}
}





.moregdd span{height: 60px;line-height: 60px;font-weight: 300;padding-left: 30px;}
.moregdd .qqb{display: block;background: #fff;border-radius: 4px;width: 139px;height:42px;line-height: 42px;text-align: center;float: right;    margin-top: 8px;
    margin-right: 37px;}



 .lj{font-size: 16px;text-align: right;float: right;width:170px;height:95px;line-height: 95px;position: relative;z-index: 300;color: #838383;cursor: pointer;}
  .lj>img{display: block;float: left;}
  .lj>span{display: block;float: right;}
 .lj i{font-size: 20px;}
 .lj a{width: 100%;line-height: 70px;background: #000;position: relative;z-index: 300;color: #fff;}
 .lj>a::after{
	    content: "";
	    position: absolute;
	    top: 57px;
	    right: 0;
	    background: url(../images/jiao.png) no-repeat;
	    width: 5px;
	    height: 6px;
}
 .lj ul{
	position: absolute;
    top: 95px;
    right: -12px;
    background: #008ed6;
    z-index: 320;
	height:0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
	
}
 .lj:hover ul{
	position: absolute;
    top:95px;
    right: -12px;
	height:100px;
    background: #008ed6;
    z-index: 320;	

}
 .lj ul li{width:135px;height:50px;line-height:50px;text-align: left;display: block;cursor: pointer;}
 .lj ul li a{background:#008ed6 ;color: #fff;height: 50px;line-height: 50px;padding-left: 10px;display: block;float: left;font-size: 16px;}
 .lj ul li a:hover{background:#ea5614;color: #fff;}
 .lj ul li img{height: 20px;}
 .lj .lagb{width:120px;float: right;margin-right: 15px;}
  .lj .lagb>span{font-size: 18px;}
   .lj .lagb:hover>span{color: #008ed6;}
 .lj .lagb a{display: inline;background: #008ed6;color: #fff;}
  .lj .lagb a:hover{color: #fff;}
  
  .lagb .ljimg img{width:17px;height:17px;border-radius: 50px;overflow: hidden;margin-left: 5px;}

.xiala_erji{
	/* transition:all 0.4s ease-in; */
	height:0;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top:102px;
    z-index: 80;
	background: #fff;
}

.headabout{
	    background: #fff;
	    height: 237px;
}
.headpro{background: #fff;
	    height:335px;
}
.newboxhe{
	background: #fff;
	height: 280px;
}
.zjboxhe{
	background: #fff;
	height: 370px;
}
.yzboxhe{
	background: #fff;
	height: 350px;
}
	
		
.proboxhe{width:30%;float: left;margin-top: 40px;position: relative;}		
/* .proboxhe::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 90%;
	width: 1px;
	background: #b3b3b3;
} */
.proboxhe h3{display: block;width: 40%;float: left;font-size: 16px;text-align: center;font-weight:bold;}	
.proboxhe h3 span{padding-top: 10px;display: block;}
.proboxhe h3 img{width: 148px;height: 148px;display: block;}
.proboxhe h3 a:hover{color:#008ed6}	
	
.proboxhe .proxfllist{width:50%;float: left;}	
.proboxhe .proxfllist li{line-height: 30px;padding-left:25px;display: block;width: 100%;}
.proboxhe .proxfllist li a:hover{color:#008ed6;padding-left: 15px;}	
	
.nebbb1{width: 30%;float: left;margin-top: 40px;}
.nebbb1 li{left: 30px;width:80%;line-height: 50px;font-size: 18px;position: relative;cursor: pointer;}
.nebbb1 li i{position: absolute;top:35%;right: 0;color: #ccc;}
.nebbb1 li::after{
	content:"";
	position: absolute;
	left: 0;bottom: 0;
	width: 100%;height: 1px;background: #ccc;
}
.nebbb1 li:hover a{color: #008ed6;padding-left:10px;}
.nebbb1 li:hover::after{
	background: #008ed6;
}
.nebbb2{width: 70%;float: left;margin-top: 40px;}
.nebbb2 li{width: 33.2%;float:right;}
.nebbb2 li .newimg{width: 240px;height: 150px;overflow: hidden;}
.nebbb2 li img{width: 240px;height: 150px;transform:scale(1);-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.nebbb2 li:hover img{border: 1px #008ed6 solid;transform:scale(1.1);}
.nebbb2 li:hover span{color: #008ed6 ;}
.nebbb2 li span{display: block;margin-top: 15px;}
		
.abnav{width:215px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.abnav:nth-child(5){margin-right: 0;}
.abnav img{width: 64px;height: 64px;margin-top:28px;}
.abnav span{width: 100%;display: block;margin-top: 10px;}
.abnav:hover span{color: #008ed6;}
.abnav:hover{background: #e3e3e3;}

.lxnav{width:269.5px;float: left;height: 150px;background: #ededed;;margin-top:40px;text-align: center;border-radius: 6px;margin-right: 23px;cursor: pointer;}
.lxnav:nth-child(5){margin-right: 0;}
.lxnav img{width: 64px;height: 64px;margin-top:28px;}
.lxnav span{width: 100%;display: block;}
.lxnav:hover{color: #008ed6;}
.lxnav:hover span{color: #008ed6;}
.lxnav:hover{background: #e3e3e3;}

/* 首页产品展示 */
.homeprobox{margin-top:50px;}

.topbooox{width: 700px;margin: 0 auto;}
.topbooox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: center;position: relative;margin-top: 50px;color: #000;padding-bottom:10px;}
.topbooox p{width: 100%;text-align: center;padding-bottom:50px;}

.classfl1{float: left;width: 751px;height: 407px;border-radius: 4px;background: #f0f0f0;overflow: hidden;position: relative;cursor: pointer;}
.classfl1 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl1 img{position: absolute; bottom: 0;right: 40px;}

.classfl2{float: right;width:529px ;height: 407px;border-radius: 4px;background: #ffdcda;overflow: hidden;position: relative;cursor: pointer;}
.classfl2 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl2 img{position: absolute; bottom: 0;right: 40px;}

.classfl3{float: left;width:529px ;height: 407px;border-radius: 4px;background: #f0fffb;overflow: hidden;position: relative;cursor: pointer;}
.classfl3 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl3 img{position: absolute; bottom: 0;right: 40px;}

.classfl4{float: right;width: 751px;height: 407px;border-radius: 4px;background: #ffeee9;overflow: hidden;position: relative;cursor: pointer;}
.classfl4 h3{position: absolute;top: 40px;left: 50px;text-transform: uppercase;font-size: 38px;font-weight: bold;}
.classfl4 img{position: absolute; bottom: 0;right: 40px;}
.accc a{width: 100%;display: block;height: 100%;}
.accc:hover{-moz-box-shadow:0px 0px 10px #ddd;box-shadow: 0px 0px 10px #ddd;}

.homeimg{overflow: hidden;cursor: pointer;}
.homeimg img{transition: 0.6s;}
.homeimg:hover img{transform: scale(1.06);}


/* 首页公司简介 */
.abtoubox{padding: 50px;}
.abtoubox h3{width:100%;font-size:40px;display: block;float: left;font-weight: bold;clear: both;text-align: left;position: relative;padding-bottom:50px;margin-top: 20px;}
.abtoubox h3::after{
	content: "";
	position: absolute;
	width: 145px;
	height: 2px;
	background: #008ed6;
	bottom: 34px;
	left: 0;
}
.abtoubox h3 span{color: #008ed6;padding-right: 10px;}
.abtoubox .inaboobbox{line-height: 30px;color: #414141;font-family: arial;width: 600px;}
.abtoubox a{width: 120px;height: 40px;line-height: 40px;text-align: center;background: #008ed6;color: #fff;border-radius: 50px;margin-top: 100px;}
.abtoubox a:hover{background: #000;}

.xieti{position: absolute;right:0px;top:10px;font-family: "arial black";font-weight: bold;font-size:60PX;

height:95%;
width: 93px;
color: #f0f0f0;
background: url(../images/rtitl.png) no-repeat;
background-size:100% 100%;
background-position: center;
}


.newfl{width: 50%;float: right;}
.newfl li{float: right;padding-left: 30px;}
.newfl li a{display: block;color: #fff;position: relative;opacity: 0.6;}
.newfl li a:hover{opacity: 1;}
.newfl li a:hover::after{
	content: "";
	position: absolute;
	left: 0;bottom: -10px;
	height: 2px;background: #fff;
	width: 100%;
	
}

/* 首页视频 */

.newboobb{overflow: hidden;position: relative;}
.newboobbxx h3{font-size: 16px;padding-bottom: 10px;color: #333;position: relative;padding-left: 10px;position: relative;}
.newboobbxx h3 i{position:absolute;top: -5px;right: 15px;font-size: 20px;}

.newboobb .iboxbbb{position: absolute;top: 50%;left: 50%;width: 70px;height: 70px;background: #9da38e;border-radius:50%;text-align: center;;line-height: 70px;opacity:0.8;margin-left: -35px;margin-top: -35px;transition: all 0.3s;}
.newboobb .iboxbbb i{font-size: 20px;color: #fff;}
.newboobbxx .cerbox{cursor: pointer;margin: 0 auto;display: block;width: 97%;padding: 10px; padding-bottom: 20px;position: relative;background: #fff;}
.newboobbxx .cerbox span{padding-bottom: 10px;text-align: left;width: 100%;font-size:16px;text-transform: uppercase;color: #333;padding-left: 10px;}
.newboobbxx .cerbox p{display: block;width: 100%;line-height: 26px;text-align: left;color: #333;padding:0 15px;}
.newboobbxx .cerbox:hover span{color: #333;opacity: 1;}
.newboobbxx  .newboobb {overflow: hidden;}
.newboobbxx  .newboobb img{transition: 0.6s;}
.newboobbxx .cerbox:hover  .newboobb .iboxbbb {background: #008ed6;}
.newboobbxx .cerbox:hover  .newboobb img{transform: scale(1.02);}
.hnewssss{position: relative;}
.hnewssss h3{padding: 15px 15px;color:#333;font-size: 18px;}
.hnewssss:hover h3{color:#df0011;opacity: 1 ;}
.newboobbxx:hover .cerbox p{color: #333;opacity: 1;}

.bottinput{width: 100%;margin-top: 45px;}
.inputss{width:300px;float: right;padding-left:15px;}
.inputss input{background: #fff;height: 54px;margin-bottom: 15px;width: 100%;padding-left: 10px;}
.inputsstt{float: right;width:388px;padding-left: 15px;}
.inputsstt textarea{width:100%;height: 100px;padding-left: 10px;}
.insub{width: 200px;height: 52px;line-height: 52px;background: #313131;text-align: center;border-radius: 50px;float: right;    margin-left: 12px;
    margin-top: 28px;color: #fff;cursor: pointer;}
	.insub:hover{background: #df0011;}


.cerbox1{width: 100%;text-align: center;}
.cerbox1 span{color: #fff;margin-top: 15px;}
.cerbox1 .newboobb{overflow: hidden;border: 3px #008ed6 solid;}
.cerbox1:hover .newboobb{border: 3px #fff solid;}



.hwithbox{padding: 10px;position: relative;margin:10px 0;cursor: pointer;}
.hwithbox .hwiimg{overflow: hidden;border: 1px #f5f5f5 solid;}
.hwithbox .hwiimg img{width: 100%;transition: 0.6s;}
.hwithbox .hwiimg:hover{border: 1px #008ed6 solid;}
.hwithbox .hwiimg:hover img{transform: scale(1.06);}


.hnewbox{border: 1px #008ed6 solid;padding: 10px;position: relative;margin:15px 0;cursor: pointer;}
.hnewbox .hewimg{overflow: hidden;}
.hnewbox .hewimg img{width: 100%;}
.hnewbox::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;height: 4px;background: #008ed6;
	border-radius: 3px;
}



.mobss{width: 220px;float: right;height: 62px;line-height: 62px;text-align: center;border: 1px #d2d2d2 solid;border-radius: 50px;}
.mobss a{width: 100%;}
.mobss span{background: #008ed6;width: 49px;height: 49px;border-radius: 50px;color: #fff;line-height: 49px;margin-right: 8px;float: right;margin-top: 5px;}
.mobss a:hover{color: #008ed6;}
.mobss:hover{border: 1px #008ed6 solid;}

.wousrbox{cursor: pointer;width: 100%;-moz-box-shadow:0px 0px 8px #888888;box-shadow: 0px 0px 8px #eaeaea;padding: 50px 20px;border-radius: 2px;position: relative;}
.wousrbox .hwoimg1{width: 88px;height: 88px;background: url(../images/s1.png) no-repeat;margin: 0 auto;}
.wousrbox .hwoimg2{width: 88px;height: 88px;background: url(../images/s2.png) no-repeat;margin: 0 auto;}
.wousrbox .hwoimg3{width: 88px;height: 88px;background: url(../images/s3.png) no-repeat;margin: 0 auto;}
.wousrbox p{margin-top: 20px;color: #333;}
.wousrbox:hover{-moz-box-shadow:0px 0px 8px #008ed6;box-shadow: 0px 0px 8px #008ed6;padding: 50px 20px;}
.wousrbox::after{
	content: "";
	position: absolute;
	left: 0;bottom: 0;
	z-index: 5;
	width: 100%;height: 2px;
	background: url(../images/x.png) no-repeat;
}



/* 首页留言 */
.messagetitlet{float: right;color: #000;font-size: 27px;text-align: left;padding-top: 0;width: 100%;}
.messagetitlet h1{display: block;width: 100%;height: 80px;text-align: left;}
.messagetitlet h3{display: block;width:100%;line-height:40px;font-size:30px;font-weight: bold;margin-top: 30px;position: relative;}

.messagetitlet p{color: #010101;width: 100%;font-size: 16px;margin-top: 40px;}
.messageright{width: 600PX;float: right;margin-top: 150px;background: #fff;padding: 60px 60px}
.messageright h6{width: 100%;font-size:34px;color: #008ed6;font-weight: 600;position: relative;margin-bottom: 10px;}

.messageright input{display: block;width:49.3%;margin-top: 10px;border-radius: 4px;height: 45px;line-height: 45px;padding-left: 10px; color: #aaaaaa;margin-right: 1%;border: 1px #ccc solid;}
.messageright input:nth-child(3){margin-right:0;float: right;}
.messageright input:nth-child(4){margin-right:0;float: right;width: 100%;margin-bottom: 10px;}
.messageright textarea{display: block;width: 100%;margin-top: 10px;border: 1px #ccc solid;border-radius: 4px;height: 80px;line-height: 30px;padding-left: 10px;}
.messageright span{color: #fff;display: block;width:149px;margin-top: 10px;background: #dedede;border-radius: 50px;height: 45px;line-height: 45px;text-align: center;cursor: pointer;background: #008ed6;}
.messageright span:hover{background: #cc354c;color: #fff;}

/* 底部 */

.fotbox{background: #1a1a1a;color: #fff;padding-bottom:20px;}

.botleft{width:24%;float: left;margin-top: 40px;}
.botleft h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom:-18px;
}
.botleft li{line-height: 35px;width: 100%;position: relative;}
.botleft li a{color: #fff;}
.botleft li a:hover{padding-left: 16px;}
.botleft li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft2{width:25%;float: left;margin-top: 40px;}
.botleft2 h3{font-size:18px;color: #000;font-weight: bold;margin-bottom: 20px;position: relative;}
/* .botleft2 h3::after{
	content: "";
	position: absolute;
	width:130px;
	height:1px;
	background: #989899;
	left: 0px;
	bottom: -13px;
} */
.botleft2 li{line-height:30px;width: 100%;position: relative;font-size: 14px;}
.botleft2 li a{color: #000;font-size: 16px;}
.botleft2 li a:hover{padding-left: 16px;opacity: 1;}
.botleft2 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 0;
	height: 2px;
	background: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botleft2 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 12px;
	height: 2px;
	background: #000;
}
.botleft3{width:25%;float: left;margin-top: 40px;}
.botleft3 h3{font-size:20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft3 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #008ed6;
	left: 0;
	bottom:-18px;
}
.botleft3 li{line-height: 35px;width: 100%;position: relative;}
.botleft3 li a{color: #fff;}
.botleft3 li a:hover{padding-left: 16px;}
.botleft3 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botleft3 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
}
.botleft4{width:25%;float: left;margin-top: 40px;}
.botleft4 h3{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botleft4 h3::after{
	content: "";
	position: absolute;
	width:30px;
	height: 2px;
	background: #008ed6;
	left: 0;
	bottom:-18px;
}
.botleft4 li{line-height: 35px;width: 100%;position: relative;}
.botleft4 li a{color: #fff;}
.botleft4 li a:hover{padding-left: 16px;}
.botleft4 li a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 0;
	height: 2px;
	background: #fff;
}
.botleft4 li a:hover::after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 12px;
	height: 2px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.botright{width: 25%;float: right;margin-top: 40px;}
.botright h3{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 20px;position: relative;margin-bottom: 40px;}
.botright h3::after{
	content: "";
	position: absolute;
	width:130px;
	height:1px;
	background: #989899;
	left: 0px;
	bottom: -13px;
}
.botright img{width: 133px;display: block;}
.botright span{display: block;width: 100%;text-align: center;;margin-top: 10px;}


.copby{background: #fff;color: #000;border-top: 1px #eee solid;}
.footcopy{height: 60px;line-height:60px;background: #212121;width: 100%;font-size: 14px;}
.footcopy .c1{float: left;width:70%;text-align: left;}
/* .footcopy .c2{float: left;width:33.3%;text-align: center;} */
.footcopy .c1 a{color: #00;font-size: 14px;}
.footcopy .c3{float: right;width:30%;text-align: right;}
.footcopy .c3 a{color: #000;font-size: 14px;}

.fobox1111{width: 100%;}
.fobox1111 .fimg{height: 85px;width: 85px;margin-right: 10px;float: left;}
.fobox1111 .rtext{float: left;color: #fff;}
.fobox1111 .rtext span{font-size: 20px;margin-top:20px;}
.fobox1111 .rtext p{padding-top: 6px;font-weight: 300;color: #d9d9d9;}


.topbanner{height:500px;background: url(../images/nyb.jpg) no-repeat;background-position: center center;}
.topbanner h2{width: 100%;text-align: center;color: #fff;font-weight: bold;padding-top: 137px;font-size:40px;}
.topbanner span{width: 100%;text-align: center;color: #fff;padding-top:10px;font-size:22px;}


.prob{margin-top: 20px;border: 1px #d2d2d2 solid;font-size: 14px;}
.prob .rowlist{border-bottom: 1px #d2d2d2 solid; line-height: 35px; padding: 7px 0;;}
.prob .altit{width:100px;text-align: center;background: #fafafa;}
.prob .altlist a.btnhove{text-align: center;padding: 1px 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a.btnactive{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right: -2px;}
.prob .altlist a:hover{background: #0a3f7a;color: #fff;border-radius: 3px;padding: 0 15px;font-size: 14px;margin-right:-2px;}

.alshear{margin-top: 20px;}
.alshear input{width: 300px;border: 1px #bfbfbf solid;border-right: 0;float: left;height: 30px;line-height: 30px;padding-left: 15px;}
.alshear span{display: block;width: 80px;height: 30px;background: #0a3f7a;text-align: center;;line-height:30px;float: left;color: #fff;cursor: pointer;}

/* 案例列表 */
.caseobx{margin-top: 20px;padding-left: 0;}
.calist {border: 1px #bfbfbf solid;margin-bottom: 15px;position: relative;transition-duration: .3s;}
.calist img{width: 100%;height: 214px;}
.calist h4{font-size: 18px;padding-left: 10px; margin-top: 10px;}
.calist p{margin-top: 10px;padding-left: 10px;padding-bottom: 10px;}
.calist span{display: block;width: 100px;height: 30px;background: #e5e5e5;border-radius: 3px;line-height: 30px;text-align: center;font-size: 14px;position: absolute;right: 10px;bottom: 20px;}
.calist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.calist:hover span{background:  #0a3f7a;color: #fff;}

/* 案例详情 */
.leiboe{border: 1px #bfbfbf solid;border-bottom: 0;}
.leiboe li{float: left;width: 50%; line-height: 40px;height: 40px;border-bottom: 1px #bfbfbf solid;}
.leiboe li span{display: block;width:80px;background: #e5e5e5;text-align: center;float: left;height:39px;}
.leiboe p{display:block;width: 150px;float: left;padding-left: 10px;}

.clcontent{margin-top: 20px;}

.sjsboxright{border: 1px solid #E5E5E5;padding: 15px;}
.sjsboxright h3{font-size: 16px;height: 35px;line-height: 35px;}
.sjsboxright img{width: 100%;}
.sjsboxright span{margin-top: 10px;line-height:28px;display: block;}
.sjsboxright  a{display: block;padding: 7px 15px;background: #0a3f7a;color: #fff;font-size: 14px;text-align: center;margin-top: 10px;}


.lqbaojia{border: 1px solid #E5E5E5;padding: 15px;margin-top: 20px;}
.lqbaojia h3{font-size:22px;text-align: center;color: #0a3f7a;font-weight: bold;}
.lqbaojia .yonhusan{text-align: center;margin-top: 10px;display: block;margin-bottom: 20px;}
.lqbaojia p input{
	width: 100%;
	    height:30px;
	    line-height:30px;
	    padding: 5px 5px 5px 10px;
	    border: 1px solid #DDD;
	    background-color: #FFF;
	    border-radius: 3px;
	    margin: 6px auto;
}
.lqbaojia p input.rzb_butt1{
	    width: 100%;
	    height: 36px;
	    display: block;
	    border: none 0;
	    margin: 12px 0;
	    cursor: pointer;
	    font-size: 16px;
	    color: #FFF;

	    line-height: 28px;
		background: #0a3f7a;
}




/* 新闻列表 */
 .newtu{width: 100%;float: left;overflow: hidden;}
 .newtu img{width: 100%;-webkit-transition: 0.3s;transition: 0.3s;}
 .pptitleab{width:100%;float: left;}
 .stspan1b{font-size:18px;display: block;width:100%;padding-bottom: 10px;color: #000000;font-weight: 400;margin-top: 10px;}
 .stspan2b{display: block;width: 100%;line-height:25px;font-size: 16px;color: #000;}
 .tupimg1{display: block;position: absolute;right: 20px;bottom: 70px;background: url(../images/m-a.jpg); width: 48px; height: 27px;}
 .prin2{width: 100%;display: block; border-bottom:2px #eee solid;padding-bottom: 20px;margin-bottom:40px;}
 .prin2:hover{border-bottom: 2px #008ed6 solid; color: #008ed6;}
 .prin2:hover .newtu img{transform:scale(1.1);}
 .prin2:hover .stspan1a{color: #008ed6;}
 .prin2:hover .stspan2a{}
 .prin2:hover .stspan1b{color: #008ed6;}








 /* 详情,上一页,下一页 */
 .clear{clear: both;width: 100%;}
 .two{  padding: 10px 0;  border-top: 1px dotted #a5a7aa;  border-bottom: 1px dotted #a5a7aa;width: 100%; margin-top:20px; }
 .page_left{  float: left;  width: 400px;  border-right: 1px solid #d5d8dc;  }
  .page_left p{padding: 0;margin: 0;}
 .page_left a{  display: block;  padding: 20px;  margin-right: 25px;  }
 .page_left a:hover{  background: #008ed6;  }
 .page_left a .page1{  width: 40px;  height: 40px; line-height: 40px;text-align: center; float: left;  margin-right: 20px; border: 1px #000 solid;  }
 .page_left a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_left a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_left a:hover .page2{  color: #fff;  }
 .page_left a .page3{  font-size: 14px;  color: #808488;  }
 .page_left a:hover .page3{  color: #fff;  }
 .page_right {  float: left;  width: 400px;  }
   .page_right p{padding: 0;margin: 0;}
 .page_right a {  display: block;  padding: 20px;  margin-left: 25px;  text-align: right;  }
 .page_right a:hover{  background: #008ed6;  }
 .page_right a:hover .page1{  color: #fff; border: 1px #fff solid; }
 .page_right a .page1{  width: 40px;  height: 40px;  line-height: 40px;text-align: center;   float: right;  margin-left: 20px; border: 1px #000 solid;  }
 .page_right a .page2{  font-size: 18px;  color: #808488;  padding:1px;  }
 .page_right a:hover .page2{  color: #fff;  }
 .page_right a .page3{  font-size: 14px;  color: #808488;  }
 .page_right a:hover .page3{  color: #fff;  }
 
 
 
/*工地 */
.gdobxl{padding: 6px;}
.gdlist{margin-bottom:15px;border: 1px #E5E5E5 solid ;padding: 5px;transition-duration: .3s;}
.gdlist:hover{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.gdlist img{width: 100%;}
.gdlist h3{font-size:16px;margin-top: 10px;}
.gdlist .sjjj span{font-size: 14px; color: #808488;display: block;width: 50%;float: left;}


/* 楼盘 */
.loupabox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom:20px;margin-bottom:20px;position: relative; }
.loupabox:hover{border-bottom: 1px #008ed6 solid ;}
.loupabox .loupanleft{width: 320px;float: left;}
.loupabox .loupanleft img{width: 100%}
.loupabox .loupanright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.loupabox .loupanright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 18px;}
.loupabox .loupanright p{color:  #a3a3a3;padding-top: 6px;}
.loupabox span{position: absolute;bottom:20px;right: 0;width: 80px;height: 40px;line-height: 40px;text-align: center;border: 1px #E5E5E5 solid;color: #a3a3a3;}
.loupabox:hover span{background: #008ed6;color: #fff;border: 1px #008ed6 solid;}


/* 设计师*/
.sjslistbox{width: 100%;border-bottom: 1px #E5E5E5 solid ;padding-bottom: 15px;margin-bottom: 15px;}
.sjslistbox .sjsleft{width:130px;float: left;}
.sjslistbox .sjsleft img{width: 100%;transition-duration: .3s;}
.sjslistbox:hover{border-bottom: 1px #003262 solid ;}
.sjslistbox:hover .sjsleft img{-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.sjslistbox .sjsright{width: 498px;float: right;;padding: 0 20px;font-size: 14px;line-height:25px;}
.sjslistbox .sjsright h5{border-bottom: 1px #E5E5E5 solid ;padding-bottom: 10px;font-size: 20px;position: relative;}
.sjslistbox .sjsright h5 span{font-size: 16px;padding: 3px 5px;}
.sjslistbox .sjsright h5 .zwbox{background: #003262; color: #fff;border-radius: 10px;font-size: 14px;padding: 3px 5px;}
.sjslistbox .sjsright p{color: #808488;}

.prolistbbb{width:33.3%;float: left;padding:20px 10px;padding-top: 0;}
 .holist{text-align: center;width: 100%;padding: 20px; cursor: pointer;padding-top: 0;border: 2px #eee solid;border-radius: 6px;}
  .holist .hoimg{overflow: hidden;}
 .holist span{display: block;width: 100%;padding-top: 14px;}
 .holist img{transition: 0.6s;}
 .holist:hover span{color: #000;}
 .holist:hover{border: 2px #008ed6 solid;-moz-box-shadow:0px 0px 5px #ccc;box-shadow: 0px 0px 5px #ccc;}
  .holist:hover img{transform: scale(1.03);}
.holist  .pbbimg{overflow: hidden;margin: 5px;}


.tutitle{background: #fff;height: 80px;line-height:80px;border-bottom: 1px solid #e5e5e5 ; color:#666;font-size: 14px;text-transform: uppercase;}
.tutitle .fldh{float: right;}
.tutitle li{padding: 0 15px;text-align: center; }
.tutitle li a{font-size: 14px;}
.tutitle li.active{background: #008ed6;}
.tutitle li.active a{color: #fff;}

.tutitle .abbox{margin: 0 auto;width: 754px;}
.tutitle .abbox li{height: 79px;padding: 0 40px;text-align: center;line-height: 25px;padding-top: 11px;}
.tutitle .abbox li img{width: 30px;}
.tutitle .abbox li  a{font-size: 16px;color: #fff;}
.tutitle .abbox li span{width: 100%;display: block;}
.tutitle .abbox li.active{background: #fff;}
.tutitle .abbox li.active a{color: #008ed6;}

/* 公司简介 */
.atubox{width: 100%;}
.atubox h3{font-size: 45px;font-weight: bold;margin-top: 138px;color: #fff;text-transform: uppercase;}
.atubox h3 span{color: #fff;position: relative;}
.atubox h3 span::after{
	content: "";
	position: absolute;
	right:-33px;top: 8px;
	width: 24px;height: 24px;
	background: url(../images/d1.png) no-repeat;
	
}



.atubox p{color: #fff;padding-top: 50px;line-height: 30px;}

.atubox a{display: block;width:177px;text-align: center;height:50px;line-height:50px;margin-top: 40px;border: 1px #fff solid;font-size: 16px;color: #fff}
.atubox a:hover{background: #008ed6;color: #fff;}
.atubox a i{font-size: 14px;}

.bottimsg{width: 100%;height: 235px;position: relative;}
.bottimsg h3{position: absolute;left: 0;top: 50%;transform: translateY(-50%);font-size: 32px;font-weight: bold;width: 80%;color: #333;}
.inpu{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 588PX;height: 77px;line-height: 77px;background: #fff;}
.inpu input{width: 500px;height: 77px;border: 0;padding-left: 15px;}
.inpu span{position: absolute;right: 0;top: 0;display: block;width: 80px;text-align: center;line-height: 75px;height: 75px;color: #b1b1b1;}
.inpu span i{font-size: 30px;}


.htitles{position: relative;}
.htitles>p{color: #fff;text-transform: uppercase;font-size:50px;position: absolute;top:30px;left: 0;opacity: 0.1;}
.htitles h3{font-size: 37px;color: #fff;font-weight: bolder;}
.htitles h3 span{position: relative;}
.htitles h3 span::after{
	content: "";
	position: absolute;
	right:-33px;top: 8px;
	width: 24px;height: 20px;
	background: url(../images/d2.png) no-repeat;
}

.htitles1{position: relative;}
.htitles1>p{color: #008ed6;text-transform: uppercase;font-size:50px;position: absolute;top:30px;left: 0;opacity: 0.1;}
.htitles1 h3{font-size: 37px;color: #008ed6;font-weight: bolder;}
.htitles1 h3 span{position: relative;color: #000000;}
.htitles1 h3 span::after{
	content: "";
	position: absolute;
	right:-33px;top: 8px;
	width: 24px;height: 20px;
	background: url(../images/d1.png) no-repeat;
}





.abdibox{position: absolute;bottom: 9%;left: 0;height: 275px;background: #fff;width: 88%;}
.abdibox ul{height: 100%;}
.abdibox li{width: 25%;float: left;cursor: pointer;height: 100%;text-align: center;position: relative;}
.abdibox li:hover{background: #008ed6;}
.abdibox li .hddd{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
.abdibox li .hddd span{color: #282828;}
.abdibox li .hddd h3{font-size: 60px;margin-top: 6px;font-style:italic;color: #008ed6;}
.abdibox li:hover .hddd span{color: #fff;}
.abdibox li:hover .hddd h3{color: #fff;}

.honnerobx  h3{font-size: 26px;font-weight: bold;color: #008ed6;margin-top: 30px; margin-bottom: 20px;text-align: center;}
.honnerobx  h3 span{color: #666;font-size: 18px;width: 100%;font-weight:600;text-align: center;}

.xiaoflei li{padding: 20px;float: right;}
.xiaoflei li.active a{color: #008ed6}
.xiaoflei li a:hover{color: #008ed6}


/* 产品列表 */
.proleft{width: 280px;float: left;}
.proleft h3{background: #008ed6;color: #fff;text-align: center;height: 100px;line-height: 100px;font-size: 20px;font-weight: bold;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.proleft ul{border: 1px #eee solid;padding: 20px 0;}
.proleft ul li{width: 100%;line-height:40px;display: block;padding-left: 20px;}
.proleft ul li ul{border: 0;padding: 0;}
.proleft a:hover{color: #ca2b2fca2b2f;}
.proleft .active{color: #ea5614;}
.proright{float: right;float: right;width: 1000px;}


.hprolist{margin-top: 30px;margin-bottom: 30px;position: relative;}
.hprolist .himg{overflow: hidden;}
.hprolist .himg img{width: 100%;transition: 0.6s;}
.hprolist .himg:hover img{transform:scale(1.07);}
.hprolist::after{
	content: "";
	position: absolute;
	width: 80px;height: 80px;
	background: url(../images/buy.png) no-repeat;
	bottom: -40px;
	left: 50%;transform: translateX(-50%);
}
.hprolist:hover::after{
	content: "";
	position: absolute;
	width: 80px;height: 80px;
	background: url(../images/buy1.png) no-repeat;
	bottom: -40px;
	left: 50%;transform: translateX(-50%);
}

.topflbox{width: 100%;height: 211px;}
.topfl{text-align: center;font-size: 14px;float: left;margin:0 65px;display: inline-block;}

@media (min-width: 1366px) {
	.topfl{text-align: center;font-size: 14px;float: left;margin:0 20px;display: inline-block;}
}
@media (min-width: 1440px) {
	.topfl{text-align: center;font-size: 14px;float: left;margin:0 26px;display: inline-block;}
}
@media (min-width: 1600px) {
	.topfl{text-align: center;font-size: 14px;float: left;margin:0 36px;display: inline-block;}
}
@media (min-width: 1680px) {
	.topfl{text-align: center;font-size: 14px;float: left;margin:0 36px;display: inline-block;}
}

.left1{width: 28%;float: left;}
.left2{width: 42%;float: left;margin: 0 1%;}
.left3{width: 28%;float: left;}

.cpleb{background: #f6f5f5;width: 100%;padding-top: 40px;}
.cpleb a{display: block;width: 100%;}
.cpleb .toimg{width: 100%;text-align: center;}
.cpleb .toimg img{text-align: center;width: 80%;transition: 0.6s;}
.cpleb .ttitle{width: 100%;padding: 20px;}
.cpleb .ttitle span{font-size: 20px;color: #242424;font-weight: bold;}
.cpleb .ttitle  h3{color: #afaeae;text-transform: uppercase;font-size: 16px;font-weight: 400;padding-top: 10px;padding-bottom: 20px;}
.cpleb:hover .toimg img{transform: scale(1.04);}
.cpleb:hover .ttitle  h3{color: #202a83;}



.cpleb1{width: 100%;background:url(../images/cpbj.jpg)  no-repeat;height: 100%;background-position: center;background-size: cover;}
.cpleb1 a{display: block;width: 100%;}
.cpleb1 .toimg{width: 100%;text-align: center;}
.cpleb1 .toimg img{text-align: center;width: 64.5%;transition: 0.6s;}
.cpleb1 .ttitle{width: 100%;padding: 20px;}
.cpleb1 .ttitle span{font-size: 20px;color: #242424;font-weight: bold;}
.cpleb1 .ttitle  h3{color: #afaeae;text-transform: uppercase;font-size: 16px;font-weight: 400;padding-top: 10px;padding-bottom: 20px;}
.cpleb1:hover .toimg img{transform: scale(1.04);}
.cpleb1:hover .ttitle  h3{color: #202a83;}


.cpzong1{background: #f6f5f5;width: 100%;float: left;height: 293px;margin-bottom: 15px;position: relative;}


.cpzong1 a{display: block;width: 100%;}
.cpzong1 .toimg1{width:30%;text-align: center;float: left;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.cpzong1 .toimg1 img{text-align: center;width:70%;transition: 0.6s;}
.cpzong1 .ttitle1{width: 70%;float: left;padding-top: 40px;padding-left: 20px;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.cpzong1 .ttitle1 span{font-size: 20px;color: #242424;font-weight: bold;}
.cpzong1 .ttitle1  h3{color: #afaeae;text-transform: uppercase;font-size: 16px;font-weight: 400;padding-top: 10px;padding-bottom: 20px;}
.cpzong1:hover .toimg1 img{transform: scale(1.04);}
.cpzong1:hover .ttitle1  h3{color: #202a83;}

.cpzong1 .toimg2{width:70%;text-align: center;float: left;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);overflow: hidden;}
.cpzong1 .toimg2 img{text-align: center;width: 80%;transition: 0.6s;}
.cpzong1 .ttitle2{width:50%;float: left;padding-top: 40px;padding-left: 20px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.cpzong1 .ttitle2 span{font-size: 20px;color: #242424;font-weight: bold;text-align: right;width: 100%;}
.cpzong1 .ttitle2  h3{color: #afaeae;text-transform: uppercase;font-size: 16px;font-weight: 400;padding-top: 10px;padding-bottom: 20px;text-align: right;}
.cpzong1:hover .toimg2 img{transform: scale(1.04);}
.cpzong1:hover .ttitle2  h3{color: #202a83;}

@media (min-width: 1366px) {
	.cpzong1{height: 230px;}
	.cpleb1 .toimg img{width: 66.5%;}
}
@media (min-width: 1440px) {
	.cpzong1{height: 239px;}
	.cpleb1 .toimg img{width: 66.5%;}
}
@media (min-width: 1600px) {
	.cpzong1{height: 242px;}
	.cpleb1 .toimg img{width: 66.1%;}
}
@media (min-width: 1680px) {
	.cpzong1{height: 242px}
	.cpleb1 .toimg img{width: 66.1%;;}
	
}



.homtitle h3{font-size:45px;text-align: center;text-transform: uppercase;position: relative;}
.homtitle h3::after{
	content: "";
	position: absolute;
	left:50%;
	bottom: -15px;
	transform: translateX(-50%);
	width: 50px;
	height: 4px;
	background: #000;
}

.homtitle p{text-align: center;color: #242424;font-size: 15px;padding-top: 10px;}

.htitle12 h3{font-size:45px;text-align: left;text-transform: uppercase;width: 50%;float: left;}
.htitle12 a{text-align: center;color: #242424;font-size: 16px;display: block;width: 248px;height: 60px;line-height: 60px;border: 1px #eae9e9 solid;float: right;}
.htitle12 a:hover{border: 1px #0c76c3 solid;color: #0c76c3;}


.topfl span{display: block;width: 100%;text-align: center;color: #b4b4b4;}
.topfl:hover span{color: #333;}
.flimg{width: 92px;height: 92px;overflow: hidden;margin:0 auto;position: relative;}
.flimg .limg{width: 92px;height: 184px;transition: 0.6s;position:absolute;left: 0;top: 0;}
.flimg img{display: block;position: absolute;left: 0;top: 0;}
.flimg:hover img:nth-child(1){z-index: 10;}

.topleft1{float: left;width: 40%;text-align: left;}
.topright1{float: right;width: 40%;text-align: right;}
.topright1 a{color: #9d9d9d;}
.topright1 a:hover{color: #0c76c3;}

.rwmii{margin-top: 15px;}
.rwmii i{color: #fff;font-size: 25px;margin-right:12px;}

.newli{width: 100%; margin-bottom: 15px;}
.newli .bnimg{float: left;width: 105px;height: 105px;overflow: hidden;}
.newli .bnimg img{width: 105px;height: 105px;}
.newli span{float: left;width: 248px;display: block;padding-left:8px;color: #bdbdbd;}
.newli h4{font-size: 18px;display: block;width: 248px;padding-left:8px;float: left;line-height:28px;margin-top: 6px;}
.newli a{color: #fff;}

.profl{width: 100%;position: relative;}
.profl h3{position: absolute;top:20%;left: 30px;font-size: 40px;color: #fff;z-index: 50;}
.profl span{position: absolute;bottom:25%;left:40px;z-index: 50;}
.profl span i{color: #fff;font-size:20px;}
.profl .flim{overflow: hidden;-moz-box-shadow:0px 0px 5px #888888;box-shadow: 0px 0px 5px #888888;}
.profl .flim img{width: 100%;transition: 0.6s;display: block;}
.profl:hover .flim img{transform: scale(1.06);}
.profl:hover span i{color: #df0011;}



 /* 在线留言 */
  .messagebox{background: #fff; padding:.8rem .3rem;padding-top: 0;}
  .messagebox h3{width: 100%;text-align: center;font-size:.24rem;;}
  .messageboxinpubox{width:7rem;margin: 0 auto;margin-top: .30rem;}
  .messageboxinpubox input{width: 6.93rem;height: .7rem;line-height: .7rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
    .messageboxinpubox textarea{width: 6.93rem;height: 2rem;border: 1px #dcdcdc solid;border-radius: .1rem;background: #fff;z-index: 20;padding-left: 0.4rem;}
  	.messageboxinpubox .usbmessag{width: 6.93rem;height: .8rem;line-height: .8rem;border-radius: .1rem;background: #008ed6;z-index: 20;color: #fff;text-align: center;}
  
  
  
  .contact-form input,
  	.contact-form textarea {
  	  margin-bottom: 20px;
  	  outline: none;
  	  color:#060606;;
  	  font-size: 15px;
  	  border: none;
  	  padding: 14px;
  	  border: 1px solid #eee;;
  	  width: 100%;
  	  background: #171717;;
  	  height: auto;
  	  border-radius: 4px;
  	  background: #fff;
  	}
  	
  	.contact-form input:focus,
  	.contact-form textarea:focus {
  	  border: 1px solid #008ed6;;
  	  
  	}
  	
  	.contact-form textarea {
  	  min-height: 120px;
  	  resize: none;
  	}
  	.btn-style {
  	    padding: 12px 25px;
  	    font-size: 15px;
  	    font-weight: 500;
  	    line-height: 25px;
  	    color: #fff;
  	    text-transform: uppercase;
  	    background: #008ed6;;
  	    border-radius: 0;
  	    transition: all .25s ease-in-out;
  	    border: none;
  	    display: inline-block;
  		border-radius: 4px;
  	}
  	.btn-style:hover {
  	    color: #fff;
  		background: #000;
  	}
  	
  	.csss {width: 100%;background: #5d5d5d;height: 40px;line-height:16px;}
  	.csss:hover{background: #008ed6; color: #fff;}
	
	
	.hometit{width: 100%;text-align: center;}
	.hometit h3{font-size: 40px;text-align: center;font-weight: bold;padding-top: 50px;position: relative;color: #333333;}
	.hometit h3::after{
		content: "";
		position: absolute;
		left: 50%;bottom: -15px;transform: translateX(-50%);
		width: 200px;height: 1px;background: #b9b9b9;
		z-index: 9;
	}
	.hometit h3::before{
		content: "";
		position: absolute;
		left: 50%;bottom: -16px;transform: translateX(-50%);
		width: 100px;height: 3px;background: #008ed6;
		z-index: 10;
	}
	
	.nytit{font-size: 42px;color: #fff;font-weight: 500;height: 50px;line-height: 50px;position: relative;}
	.nytit::after{content: "";position: absolute;bottom:-15px;left: 0;height:3px ;background: #fff;width:100px;}
	.nyrtt{color: #fff;text-align: right;position: absolute;bottom:  -16px;right:0;}
	.rightitl{width: 100%;text-align: center;padding-bottom: 20px;}
	.rightitl h3{font-size:20px;color: #eeae19;font-weight: bold;}
	.rightitl p{line-height: 25px;color: #252525;text-align: left;margin-top: 15px;padding: 0 16px;}